home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / COMMUTIL / 2805B.ZIP / FINISHED.BAT < prev    next >
DOS Batch File  |  1991-07-04  |  139b  |  11 lines

  1. @Echo Off
  2. if %1.==. goto instaled
  3. type %1\ready_to.go!
  4. goto pause
  5. :instaled
  6. type ready_to.go!
  7. goto exit
  8. :pause
  9. %1\delay 90
  10. :exit
  11.